home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
reminder
/
src
/
arexx.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-19
|
281b
|
17 lines
/* Prototypes for ARexx.c */
/* $Id: ARexx.h,v 1.1 1993/04/09 15:05:39 Matti_Rintala Exp $ */
#ifndef AREXX_H
#define AREXX_H
#include <time.h>
#include "Constants.h"
void initarexx(void);
void releasearexx(void);
void makearexx(struct EventNode *node, time_t *date);
#endif